You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
Vector Structure
>
Vector Methods
>
UpSample Method
>
Vector.UpSample Method ([In] TMtxVec, int, int)
Dew Math for .NET
Example
Vector.UpSample Method ([In] TMtxVec, int, int)
var a,b:
Vector
; begin b.SetIt(False,[0,0,1,3,2]); a.UpSample(b,2);
// a = [0,0,0,0,1,0,3,0,2,0]
end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home